Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparseArray<T> Class / Clone Method


In This Topic
Clone Method (SparseArray<T>)
In This Topic
Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Public Function Clone( _
   Optional ByVal deeply As Boolean _
) As SparseArray(Of T)
 
'Usage
 
Dim instance As SparseArray(Of T)
Dim deeply As Boolean
Dim value As SparseArray(Of T)
 
value = instance.Clone(deeply)

Parameters

deeply

Return Value

A new object that is a copy of this instance.
See Also